SPPrefix members
Represents a specified relative URL that is used to determine segments of the URL under which SPSite objects may be created.
The SPPrefix type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPrefix | Reserved for internal use. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the server-relative URL of the prefix (without the leading forward slash). | |
PrefixType | Gets the prefix type. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the prefix and the specified object, which must also be a string object, have the same value, but when the comparison occurs during a restore operation, this method obtains an appropriate comparison operator. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hash code of the prefix. (Overrides Object.GetHashCode().) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top
Fields
Name | Description | |
---|---|---|
MaxPrefixLength | Indicates the maximum length in characters that can be used in a prefix. |
Top