DocumentURLProvider MembersKentico 8.1 API Reference
The DocumentURLProvider type exposes the following members.
Constructors

  NameDescription
Public methodDocumentURLProvider
Back to Top
Methods

  NameDescription
Public methodStatic memberBuildWildcardQueryString
Returns query string for wildcard url. Wildcard is in format /{name
Public methodStatic memberEnsureDomainPrefix
Ensures domain prefix with dependence on specified site setting
Protected methodEnsureDomainPrefixInternal
Ensures domain prefix with dependence on specified site setting
Public methodStatic memberEnsureWildcardPath
Ensures URL path with wildcards. The wildcard with default value are replace to the default value.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodStatic memberGetPermanentDocUrl
Returns permanent document URL.
Protected methodGetPermanentDocUrlInternal
Returns permanent document URL.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberGetUrl
Returns URL for the specified aliasPath and urlPath (preferable if urlpath is not wildcard URL) and a specified site name.
Protected methodGetUrlForPathInternal
Returns URL for the specified path.
Protected methodGetUrlInternal
Returns URL for the specified aliasPath and urlPath (preferable if urlpath is not wildcard URL) and a specified site name.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodStatic memberUsePermanentUrls
Indicates if permanent URLs should be generated for documents and attachments
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberDEFAUL_PAGE_DEFAULT
Use default page URL
Public fieldStatic memberDEFAUL_PAGE_DOMAIN
Use domain for default page
Public fieldStatic memberDEFAUL_PAGE_NONE
Do not process default page
Public fieldStatic memberDEFAUL_PAGE_PAGE
Use default alias path page
Public fieldStatic memberDOMAIN_PREFIX_NONE
Do not process domain prefix
Public fieldStatic memberDOMAIN_PREFIX_WITHOUTWWW
Never use www prefix for domains
Public fieldStatic memberDOMAIN_PREFIX_WWW
Always use www prefix for domains
Public fieldStatic memberNO_EXTENSION
No extension constant
Back to Top
Properties

  NameDescription
Public propertyStatic memberDefaultPageURL
Default (root) page URL.
Public propertyStatic memberUseCurrentWildcardValueAsDefaultValue
Gets or sets the value that indicates whether current wildcard query string value should be used as default value.
Public propertyStatic memberWildcardDefaultValueDelimiter
Gets the delimiter for default widcard value.
Public propertyStatic memberWildcardRegex
Gets the regular expression for wildcard rule.
Back to Top
See Also